Carbon


DebugComponentCallbackProcPtr

Header: Debugging.h Carbon status: Supported

typedef void(* DebugComponentCallbackProcPtr) (
    SInt32 optionSelectorNum, 
    UInt32 command, 
    Boolean *optionSetting
);

You would declare your function like this if you were to name it MyDebugComponentCallbackCallback:

void MyDebugComponentCallbackCallback (
    SInt32 optionSelectorNum, 
    UInt32 command, 
    Boolean *optionSetting
);
optionSelectorNum
command
optionSetting

AVAILABILITY

Supported in Carbon.


© 2000 Apple Computer, Inc. — (Last Updated 5/4/2000)